search for: f045597c

Displaying 2 results from an estimated 2 matches for "f045597c".

Did you mean: 0x5597c
2013 Jun 12
0
[LLVMdev] how to opt -load on cygwin
Hi Sergey, > However, opt load still fails (has no effect). you also have to use -hello on the opt command line in order to actually run the pass. Ciao, Duncan.
2013 Jun 11
2
[LLVMdev] how to opt -load on cygwin
Hello everyone, I'm trying to load and run a pass on Cygwin target: opt -load=mypass.dll -mypass There is an LLVM example - Hello, however lib/Transforms/Makefile says # No support for plugins on windows targets and then excludes Hello from build ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix)) PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS)) endif On the other hand, I