summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>2015-05-20 01:07:23 +0000
committerSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>2015-05-20 01:07:23 +0000
commit665bc9c9362ad8790951c17d27d9c8da41bc332d (patch)
tree5e98bd6ef677af953903f528765d60df682a45b1 /llvm/lib/CodeGen/CMakeLists.txt
parent8fd94c9e6834d030bb623c75b3ffed66dc08d4df (diff)
downloadbcm5719-llvm-665bc9c9362ad8790951c17d27d9c8da41bc332d.tar.gz
bcm5719-llvm-665bc9c9362ad8790951c17d27d9c8da41bc332d.zip
Add a GCStrategy for CoreCLR
This change adds a new GC strategy for supporting the CoreCLR runtime. This strategy is currently identical to Statepoint-example GC, but is necessary for several upcoming changes specific to CoreCLR, such as: 1. Base-pointers not explicitly reported for interior pointers 2. Different format for stack-map encoding 3. Location of Safe-point polls: polls are only needed before loop-back edges and before tail-calls (not needed at function-entry) 4. Runtime specific handshake between calls to managed/unmanaged functions. llvm-svn: 237753
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 6ce5b13ea39..9fc3e0bcec9 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -9,6 +9,7 @@ add_llvm_library(LLVMCodeGen
CallingConvLower.cpp
CodeGen.cpp
CodeGenPrepare.cpp
+ CoreCLRGC.cpp
CriticalAntiDepBreaker.cpp
DFAPacketizer.cpp
DeadMachineInstructionElim.cpp
OpenPOWER on IntegriCloud