mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
[Hexagon] Test doesn't work on all platforms. At any rate the uninitialized variable issue was fixed. Removing re-registering ASM backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238949 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4009e89061
commit
0a999e4d3a
@ -119,8 +119,4 @@ extern "C" void LLVMInitializeHexagonTargetMC() {
|
||||
// Register the MC Inst Printer
|
||||
TargetRegistry::RegisterMCInstPrinter(TheHexagonTarget,
|
||||
createHexagonMCInstPrinter);
|
||||
|
||||
// Register the asm backend
|
||||
TargetRegistry::RegisterMCAsmBackend(TheHexagonTarget,
|
||||
createHexagonAsmBackend);
|
||||
}
|
||||
|
@ -1,7 +0,0 @@
|
||||
; RUN: llc -march=hexagon -filetype=obj < %s | llvm-readobj -file-headers | FileCheck %s
|
||||
|
||||
; CHECK: OS/ABI: SystemV (0x0)
|
||||
define void @foo() {
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user