File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e7afe11a2a9e1480862bdfc3ead3dbc02938fc0a
2
+ refs/heads/master: 81a93eff938003ad026297d589d83289fb5dce3f
Original file line number Diff line number Diff line change 471
471
export CXXFLAGS
472
472
export LDFLAGS
473
473
474
- # FIXME: This ends up filling the screen with a bunch of LLVM configuration,
475
- # depriving the user of seeing our configuration info
476
474
cd $LLVM_BUILD_DIR
477
- # FIXME: This won't work if CFG_SRC_DIR is absolute
478
- ${CFG_BUILD_DIR} /${CFG_LLVM_SRC_DIR} /configure $LLVM_FLAGS
475
+ case $CFG_SRC_DIR in
476
+ /* | [a-z]:* | [A-Z]:* )
477
+ ${CFG_LLVM_SRC_DIR} /configure $LLVM_FLAGS
478
+ ;;
479
+ * )
480
+ ${CFG_BUILD_DIR} /${CFG_LLVM_SRC_DIR} /configure $LLVM_FLAGS
481
+ ;;
482
+ esac
479
483
cd $CFG_BUILD_DIR
480
484
else
481
485
LLVM_BUILD_DIR=
You can’t perform that action at this time.
0 commit comments