[LLVMdev] LLVMHello pass compile error under Cygwin
NAKAMURA Takumi
geek4civic at gmail.com
Wed Sep 14 15:29:08 PDT 2011
Graham, good morning.
To build LLVMHello on cygming, you should configure llvm with --enable-shared .
Even with enable-shared, you might build lib/Transforms/Hello manually.
(yeah, on cygming, LLVMHello should depend on tools/llvm-shlib)
And, you'd be better to build with --enable-optimized.
With enable-shared, llvm-shlib tends to fail with too many debug symbols.
HTH, ...Takumi
More information about the llvm-dev
mailing list