mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
fa08039609
This reverts r369486 (git commit 8d18384809957cc923752e10a86adab129e3df48) The opt-viewer tests don't pass after this change, and fixing them isn't trivial. opt-viewer.py imports optmap, which requires adjusting pythonpath, which is more work than I'm willing to do to fix forward. llvm-svn: 370095
14 lines
238 B
CMake
14 lines
238 B
CMake
set (files
|
|
"opt-diff.py"
|
|
"opt-stats.py"
|
|
"opt-viewer.py"
|
|
"optpmap.py"
|
|
"optrecord.py"
|
|
"style.css")
|
|
|
|
foreach (file ${files})
|
|
install(PROGRAMS ${file}
|
|
DESTINATION share/opt-viewer
|
|
COMPONENT opt-viewer)
|
|
endforeach (file)
|