diff options
| author | Karl Schimpf <kschimpf@google.com> | 2013-04-26 12:54:15 -0700 |
|---|---|---|
| committer | Karl Schimpf <kschimpf@google.com> | 2013-04-26 12:54:15 -0700 |
| commit | 5712db994c8a4abb8c2512fb2900650f8335af66 (patch) | |
| tree | 883d41f1f957d459a4f2d976d1fb26864f3d7cf0 /lib/Bitcode/LLVMBuild.txt | |
| parent | ac21bcb80d063892e3e0536eb72b1b34610e74a0 (diff) | |
Copy Bitwriter to generate PNaClBitwriter.
Copy classes for LLVM BitcodeWriter into a PNaCL subdirectory, to create a
PNaCL version. Renames classes/methods to include PNaCl prefix so that they
don't conflict with the LLVM BitcodeWriter.
Also removed experimental support for use-list order
preservation.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3405
Review URL: https://codereview.chromium.org/14126011
Diffstat (limited to 'lib/Bitcode/LLVMBuild.txt')
| -rw-r--r-- | lib/Bitcode/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/LLVMBuild.txt b/lib/Bitcode/LLVMBuild.txt index af9936bbe8..415a33dfdf 100644 --- a/lib/Bitcode/LLVMBuild.txt +++ b/lib/Bitcode/LLVMBuild.txt @@ -16,7 +16,7 @@ ;===------------------------------------------------------------------------===; [common] -subdirectories = Reader Writer +subdirectories = Reader Writer NaCl [component_0] type = Group |
