summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2019-03-05 20:45:17 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2019-03-05 20:45:17 +0000
commit1c4bab3ba4e0e16479c3be32996269ebf45bafa1 (patch)
tree43184ba6b0d33dafbbe84d89579a79f671491a65 /llvm/lib/CMakeLists.txt
parent47db2262ebcc598a51b2855b112b809cf41774c3 (diff)
downloadbcm5719-llvm-1c4bab3ba4e0e16479c3be32996269ebf45bafa1.tar.gz
bcm5719-llvm-1c4bab3ba4e0e16479c3be32996269ebf45bafa1.zip
[OptRemarks] Make OptRemarks more generic: rename OptRemarks to Remarks
Getting rid of the name "optimization remarks" for anything that involves handling remarks on the client side. It's safer to do this now, before we get stuck with that name in all the APIs and public interfaces we decide to export to users in the future. This renames llvm/tools/opt-remarks to llvm/tools/remarks-shlib, and now generates `libRemarks.dylib` instead of `libOptRemarks.dylib`. Differential Revision: https://reviews.llvm.org/D58535 llvm-svn: 355439
Diffstat (limited to 'llvm/lib/CMakeLists.txt')
-rw-r--r--llvm/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CMakeLists.txt b/llvm/lib/CMakeLists.txt
index f25c7a09855..c458927e3cd 100644
--- a/llvm/lib/CMakeLists.txt
+++ b/llvm/lib/CMakeLists.txt
@@ -16,7 +16,7 @@ add_subdirectory(MCA)
add_subdirectory(Object)
add_subdirectory(ObjectYAML)
add_subdirectory(Option)
-add_subdirectory(OptRemarks)
+add_subdirectory(Remarks)
add_subdirectory(DebugInfo)
add_subdirectory(ExecutionEngine)
add_subdirectory(Target)
OpenPOWER on IntegriCloud