Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: unittests/Bitcode/CMakeLists.txt

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/pnacl-thaw/pnacl-thaw.cpp ('k') | unittests/Bitcode/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 set(LLVM_LINK_COMPONENTS 1 set(LLVM_LINK_COMPONENTS
2 AsmParser 2 AsmParser
3 BitReader 3 BitReader
4 BitWriter 4 BitWriter
5 NaClBitAnalysis
6 NaClBitTestUtils
7 NaClBitReader
8 NaClBitWriter
5 Core 9 Core
6 Support 10 Support
7 ) 11 )
8 12
9 add_llvm_unittest(BitcodeTests 13 add_llvm_unittest(BitcodeTests
10 BitReaderTest.cpp 14 BitReaderTest.cpp
11 BitstreamReaderTest.cpp 15 BitstreamReaderTest.cpp
16 NaClAbbrevTrieTest.cpp
17 NaClBitReaderTest.cpp
18 NaClBitstreamReaderTest.cpp
19 NaClObjDumpTest.cpp
20 NaClObjDumpTypesTest.cpp
21 NaClParseTypesTest.cpp
22 NaClParseInstsTest.cpp
23 NaClTextFormatterTest.cpp
12 ) 24 )
OLDNEW
« no previous file with comments | « tools/pnacl-thaw/pnacl-thaw.cpp ('k') | unittests/Bitcode/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698