summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CMakeLists.txt
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2018-12-11 03:18:39 +0000
committerRichard Trieu <rtrieu@google.com>2018-12-11 03:18:39 +0000
commit6368818fd572b49ecb062906ed4a379bca4447df (patch)
treeb682df90e74fb68785796483b0c7b25ff8c9cf8e /clang/lib/Frontend/CMakeLists.txt
parent0b3ddec7eda5c09d90fac18e37db8793960e00e4 (diff)
downloadbcm5719-llvm-6368818fd572b49ecb062906ed4a379bca4447df.tar.gz
bcm5719-llvm-6368818fd572b49ecb062906ed4a379bca4447df.zip
Move CodeGenOptions from Frontend to Basic
Basic uses CodeGenOptions and should not depend on Frontend. llvm-svn: 348827
Diffstat (limited to 'clang/lib/Frontend/CMakeLists.txt')
-rw-r--r--clang/lib/Frontend/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CMakeLists.txt b/clang/lib/Frontend/CMakeLists.txt
index 76ac0929b53..a207ccc5c9f 100644
--- a/clang/lib/Frontend/CMakeLists.txt
+++ b/clang/lib/Frontend/CMakeLists.txt
@@ -18,7 +18,6 @@ add_clang_library(clangFrontend
ASTUnit.cpp
ChainedDiagnosticConsumer.cpp
ChainedIncludesSource.cpp
- CodeGenOptions.cpp
CompilerInstance.cpp
CompilerInvocation.cpp
CreateInvocationFromCommandLine.cpp
OpenPOWER on IntegriCloud