mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 04:09:47 +00:00
Fix BrainF compilation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b319f12727
commit
a0935775db
@ -134,7 +134,8 @@ void BrainF::header(LLVMContext& C) {
|
||||
{
|
||||
//@aberrormsg = internal constant [%d x i8] c"\00"
|
||||
Constant *msg_0 =
|
||||
ConstantArray::get(C, "Error: The head has left the tape.", true);
|
||||
ConstantDataArray::getString(C, "Error: The head has left the tape.",
|
||||
true);
|
||||
|
||||
GlobalVariable *aberrormsg = new GlobalVariable(
|
||||
*module,
|
||||
|
Loading…
Reference in New Issue
Block a user