mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
Fix copy and pasto with CMake files for unittest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189863 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
800a876128
commit
4bc23f0980
@ -4,10 +4,10 @@ set(LLVM_LINK_COMPONENTS
|
||||
support
|
||||
)
|
||||
|
||||
set(DebugInfoSources
|
||||
set(CodeGenSources
|
||||
DIEHashTest.cpp
|
||||
)
|
||||
|
||||
add_llvm_unittest(DebugInfoTests
|
||||
${DebugInfoSources}
|
||||
add_llvm_unittest(CodeGenTests
|
||||
${CodeGenSources}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user