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

Unified Diff: lib/Target/X86/MCTargetDesc/CMakeLists.txt

Issue 1181263004: subclassed MCAsmStreamer (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/MC/MCAsmStreamer.cpp ('k') | lib/Target/X86/MCTargetDesc/X86MCNaCl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/X86/MCTargetDesc/CMakeLists.txt
diff --git a/lib/Target/X86/MCTargetDesc/CMakeLists.txt b/lib/Target/X86/MCTargetDesc/CMakeLists.txt
index c18489c339c25218a047a462076eb233bbcd8d87..03c9209e8e67db5855ca9ebd967e14e72170d229 100644
--- a/lib/Target/X86/MCTargetDesc/CMakeLists.txt
+++ b/lib/Target/X86/MCTargetDesc/CMakeLists.txt
@@ -4,6 +4,7 @@ add_llvm_library(LLVMX86Desc
X86MCAsmInfo.cpp
X86MCCodeEmitter.cpp
X86MCNaCl.cpp # LOCALMOD
+ X86MCNaClAsmStreamer.cpp
X86MachObjectWriter.cpp
X86ELFObjectWriter.cpp
X86WinCOFFStreamer.cpp
« no previous file with comments | « lib/MC/MCAsmStreamer.cpp ('k') | lib/Target/X86/MCTargetDesc/X86MCNaCl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698