forked from OSchip/llvm-project
Add a triple to test/ExecutionEngine/MCJIT/cet-code-model-lager.ll
It was failing in 32-bit Windows builds with: $ ":" "RUN: at line 1" $ "c:\src\llvm_package_944db8a4\build32_stage0\bin\lli.exe" "-mtriple=i686-pc-windows-msvc-elf" "-code-model=large" "C:\src\llvm_package_944db8a4\llvm-project\llvm\test\ExecutionEngine\MCJIT\cet-code-model-lager.ll" # command stderr: Assertion failed: Is64Bit && "Large code model is only legal in 64-bit mode.", file C:\src\llvm_package_944db8a4\llvm-project\llvm\lib\Target\X86\X86ISelLowering.cpp, line 4212 Let's see if this helps.
This commit is contained in:
parent
5d7e9adce2
commit
6a800f6f62
|
@ -1,4 +1,4 @@
|
||||||
; RUN: %lli -code-model=large %s > /dev/null
|
; RUN: %lli -mtriple=x86_64-unknown-unknown -code-model=large %s > /dev/null
|
||||||
|
|
||||||
@a = dso_local local_unnamed_addr global i32 1, align 4
|
@a = dso_local local_unnamed_addr global i32 1, align 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue