summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-06-13 03:46:48 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-06-13 03:46:48 +0000
commit3e79bb74e249143f6c76234818a6bd1786f27dad (patch)
tree65df2230bbd0dda8885beeda572b8e3169093d61 /llvm/configure
parent39a2afc9417667902511b9c082d639e95d76e38f (diff)
downloadbcm5719-llvm-3e79bb74e249143f6c76234818a6bd1786f27dad.tar.gz
bcm5719-llvm-3e79bb74e249143f6c76234818a6bd1786f27dad.zip
configure: Remove non-portable fall-through operator: ;&
This was added in r239657. llvm-svn: 239660
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index 73fce67b058..ec0e4ac7006 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -5665,7 +5665,7 @@ case "$enableval" in
hexagon) TARGETS_TO_BUILD="Hexagon $TARGETS_TO_BUILD" ;;
nvptx) TARGETS_TO_BUILD="NVPTX $TARGETS_TO_BUILD" ;;
systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
- amdgpu) ;&
+ amdgpu) TARGETS_TO_BUILD="AMDGPU $TARGETS_TO_BUILD" ;;
r600) TARGETS_TO_BUILD="AMDGPU $TARGETS_TO_BUILD" ;;
host) case "$llvm_cv_target_arch" in
x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
OpenPOWER on IntegriCloud