[all-commits] [llvm/llvm-project] 6a800f: Add a triple to test/ExecutionEngine/MCJIT/cet-cod...
Hans via All-commits
all-commits at lists.llvm.org
Mon Apr 6 05:23:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6a800f6f622a7ade275fa6cb1ef07803460d8bb3
https://github.com/llvm/llvm-project/commit/6a800f6f622a7ade275fa6cb1ef07803460d8bb3
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M llvm/test/ExecutionEngine/MCJIT/cet-code-model-lager.ll
Log Message:
-----------
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.
More information about the All-commits
mailing list