mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
111454f4e9
interface methods isCOFF(). The '-coff' command line option has been removed. It was not used in any test cases. The patch reviewed by Michael Spencer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208157 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
118 B
CMake
9 lines
118 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_utility(obj2yaml
|
|
obj2yaml.cpp coff2yaml.cpp Error.cpp
|
|
)
|