This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-23 19:23:23 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
69e75e4653
llvm-mirror
/
unittests
/
Transforms
/
DebugIR
/
CMakeLists.txt
10 lines
114 B
CMake
Raw
Normal View
History
Unescape
Escape
Adding tests for DebugIR pass - lit tests verify that each line of input LLVM IR gets a !dbg node and a corresponding entry of metadata that contains the line number - unit tests verify that DebugIR works as advertised in the interface - refactored some useful IR generation functionality from the MCJIT unit tests so it can be reused llvm-svn: 185212
2013-06-28 22:37:20 +02:00
set
(
LLVM_LINK_COMPONENTS
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. llvm-svn: 196908
2013-12-10 12:13:32 +01:00
C
o
r
e
Adding tests for DebugIR pass - lit tests verify that each line of input LLVM IR gets a !dbg node and a corresponding entry of metadata that contains the line number - unit tests verify that DebugIR works as advertised in the interface - refactored some useful IR generation functionality from the MCJIT unit tests so it can be reused llvm-svn: 185212
2013-06-28 22:37:20 +02:00
I
n
s
t
r
u
m
e
n
t
a
t
i
o
n
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. llvm-svn: 196908
2013-12-10 12:13:32 +01:00
S
u
p
p
o
r
t
Adding tests for DebugIR pass - lit tests verify that each line of input LLVM IR gets a !dbg node and a corresponding entry of metadata that contains the line number - unit tests verify that DebugIR works as advertised in the interface - refactored some useful IR generation functionality from the MCJIT unit tests so it can be reused llvm-svn: 185212
2013-06-28 22:37:20 +02:00
)
add_llvm_unittest
(
DebugIRTests
D
e
b
u
g
I
R
.
c
p
p
)
Reference in New Issue
Copy Permalink