1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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:
Hans Wennborg 2020-04-06 14:18:35 +02:00
parent 8ba532e8e1
commit 27f0eced3b

View File

@ -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