"llvm/unittests/ExecutionEngine/JIT/Makefile" did not exist on "002dd98ce0fa331762af15ff56ed2d626ebf6af7"
Set loc earlier in CheckSingleInitializer to avoid emitting a
diagnostic without a location. This produces: simpleTest.c:2:18: error: initializer element is not constant int *myPointer = &(myArray[2]); ^~~~~~~~~~~~~ instead of: error: initializer element is not constant llvm-svn: 44375
Loading
Please register or sign in to comment