Displaying 7 results from an estimated 7 matches for "optimizerdriv".
Did you mean:
optimizerdriver
2004 Oct 18
1
[LLVMdev] Compiling errors from OptimizerDriver.cpp when compiling on MinGW
Hi,
I didn't get a clear idea what to do whit this problem:
OptimizerDriver.cpp seems to be unix platform specific. However, I'm
compiling this on MinGW. Shouldn't this be moved to lib/System/<platform>?
Any suggestions?
--------------------------
c:/Projects/src/llvm/tools/bugpoint/OptimizerDriver.cpp:28:22: sys/wait.h:
No such file or directory
c:/Pro...
2004 Oct 16
0
[LLVMdev] Compiling errors from OptimizerDriver.cpp when compiling on MinGW
Hi,
OptimizerDriver.cpp seems to be unix platform specific. However, I'm
compiling this on MinGW. Shouldn't this be moved to lib/System/<platform>?
Any suggestions?
--------------------------
c:/Projects/src/llvm/tools/bugpoint/OptimizerDriver.cpp:28:22: sys/wait.h:
No such file or directory
c:/Pro...
2013 Feb 08
1
[LLVMdev] Build failure
...llvm[2]: ======= Finished Linking Release+Asserts Executable lli
(without symbols)
make[2]: Leaving directory `/local/csaba/LLVM/build-release/tools/lli'
llvm[2]: Compiling llvm-diff.cpp for Release+Asserts build
llvm[2]: Compiling Miscompilation.cpp for Release+Asserts build
llvm[2]: Compiling OptimizerDriver.cpp for Release+Asserts build
llvm[2]: Compiling ToolRunner.cpp for Release+Asserts build
llvm[2]: Compiling bugpoint.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-diff (without symbols)
llvm[2]: Linking Release+Asserts executable opt (without symbols)
llvm[2]: ==...
2005 Feb 17
0
[LLVMdev] LLVM under MS VC++ 2005
...elative tool paths
--------------------------
Relative tool paths like '..\TableGen\$(IntDir)\TableGen.exe' do not work on 2005, I have replaced them with '..\$(IntDir)\TableGen.exe', this puts all results in 'Win32/Release' for now.
Misc Define
-----------------
bugpoint/OptimizerDriver.cpp needs PLATFORMINDEPENDENT define to compile without 'sys/wait.h' missing error.
Presumably this mod is correct and what was intentioned.
Configuration project mod
-------------------------------------
Set the configuration projects>Properties>Project Settings>Configuration...
2017 Aug 26
2
building release_50 with gcc7.2.0 on MacOS: duplicate symbol llvm::DominatorTreeBase
...ames
-rdynamic CMakeFiles/bugpoint.dir/BugDriver.cpp.o
CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o
CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o
CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o
CMakeFiles/bugpoint.dir/FindBugs.cpp.o
CMakeFiles/bugpoint.dir/Miscompilation.cpp.o
CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o
CMakeFiles/bugpoint.dir/ToolRunner.cpp.o
CMakeFiles/bugpoint.dir/bugpoint.cpp.o -o ../../bin/bugpoint
-Wl,-rpath, at loader_path/../lib ../../lib/libLLVMAArch64CodeGen.a
../../lib/libLLVMAArch64AsmPrinter.a ../../lib/libLLVMAArch64AsmParser.a
../../lib/libLLVMAArch64Desc.a ../../lib/libLL...
2005 Apr 22
0
[LLVMdev] tabs
...ession/CFrontend/2002-09-08-PointerShifts.c
Index: test/Regression/CFrontend/2002-10-12-TooManyArguments.c
Index: test/Regression/CodeGen/Generic/BasicInstrs.c
Index: test/Regression/Debugger/funccall.c
Index: tools/bugpoint/BugDriver.h
Index: tools/bugpoint/Miscompilation.cpp
Index: tools/bugpoint/OptimizerDriver.cpp
Index: utils/Burg/b.h
Index: utils/Burg/be.c
Index: utils/Burg/burs.c
Index: utils/Burg/closure.c
Index: utils/Burg/delta.c
Index: utils/Burg/fe.c
Index: utils/Burg/fe.h
Index: utils/Burg/item.c
Index: utils/Burg/lex.c
Index: utils/Burg/list.c
Index: utils/Burg/main.c
Index: utils/Burg/map.c...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/macho-dump'
llvm[2]: Compiling DifferenceEngine.cpp for Release+Asserts build
llvm[2]: Compiling macho-dump.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable macho-dump (without symbols)
llvm[2]: Compiling OptimizerDriver.cpp for Release+Asserts build
llvm[2]: Compiling llvm-diff.cpp for Release+Asserts build
llvm[2]: Compiling ToolRunner.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable macho-dump (without symbols)
make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLV...