Skip to content
Snippets Groups Projects
Commit 47837874 authored by Mike Stump's avatar Mike Stump
Browse files

Fix cmake builds.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64455 91177308-0d34-0410-b5e6-96231b3b80d8
parent a5448544
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ set(LLVM_NO_RTTI 1)
add_clang_library(clangCodeGen
CGBuiltin.cpp
CGBlocks.cpp
CGCall.cpp
CGCXX.cpp
CGDebugInfo.cpp
......
......@@ -20,4 +20,5 @@ add_clang_library(clangLex
PTHLexer.cpp
ScratchBuffer.cpp
TokenLexer.cpp
TokenConcatenation.cpp
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment