diff options
| author | Weiming Zhao <weimingz@codeaurora.org> | 2014-06-18 18:17:25 +0000 |
|---|---|---|
| committer | Weiming Zhao <weimingz@codeaurora.org> | 2014-06-18 18:17:25 +0000 |
| commit | 8c89973462407b8b458174e1e6beb853575d3cf6 (patch) | |
| tree | 71a155ee6773454c05fc04d63ed8a6b5d1e4b615 /llvm/lib/MC/CMakeLists.txt | |
| parent | caaa5f55b6c260f4c44ed7b935aed7b2fb65e2ed (diff) | |
| download | bcm5719-llvm-8c89973462407b8b458174e1e6beb853575d3cf6.tar.gz bcm5719-llvm-8c89973462407b8b458174e1e6beb853575d3cf6.zip | |
[ARM] [MC] Refactor the constant pool classes
ARMTargetStreamer implements ConstantPool and AssmeblerConstantPools
to keep track of assembler-generated constant pools that are used for
ldr-pseudo.
When implementing ldr-pseudo for AArch64, these two classes can be reused.
So this patch factors them out from ARM target to the general MC lib.
llvm-svn: 211198
Diffstat (limited to 'llvm/lib/MC/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/MC/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt index 6a384c1a8e1..78bd8c4ba14 100644 --- a/llvm/lib/MC/CMakeLists.txt +++ b/llvm/lib/MC/CMakeLists.txt @@ -1,4 +1,5 @@ add_llvm_library(LLVMMC + ConstantPools.cpp ELFObjectWriter.cpp MCAsmBackend.cpp MCAsmInfo.cpp |

