-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed as not planned
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tagobsoleteIssues with old (unsupported) versions of LLVMIssues with old (unsupported) versions of LLVM
Description
Bugzilla Link | 3348 |
Version | 2.4 |
OS | Windows XP |
Reporter | LLVM Bugzilla Contributor |
CC | @asl |
Extended Description
When run from msys.bat (but not when run from DOS prompt), llvm-config outputs double slashes for pathnames:
$ llvm-config --cxxflags --ldflags --libs
-I//include [...]
-L//lib [...]
-lLLVMLinker [...]
//lib/LLVMExecutionEngine.o [...]
g++ (3.4.5 at least) fails to understand these. llvm-config produces single slashes from DOS prompt, and g++ works correctly.
My llvm-config was built using ./configure --prefix=
This may not be the correct way of configuring for "top level" installation.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tagobsoleteIssues with old (unsupported) versions of LLVMIssues with old (unsupported) versions of LLVM