Skip to content

Commit

Permalink
Merge pull request #481 from whchung/merge_20171003
Browse files Browse the repository at this point in the history
[Config] revise submodule configuration for 20171003 merge
  • Loading branch information
scchan authored Oct 4, 2017
2 parents 5a043f1 + 3d742f1 commit d338cd9
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion clang
Submodule clang updated from 8be792 to 71570c
2 changes: 1 addition & 1 deletion clang-tools-extra
2 changes: 1 addition & 1 deletion compiler
2 changes: 1 addition & 1 deletion compiler-rt
2 changes: 1 addition & 1 deletion lld
Submodule lld updated from 451950 to 2d849d
2 changes: 1 addition & 1 deletion rocdl
Submodule rocdl updated from 94b516 to c6b7af
5 changes: 2 additions & 3 deletions tests/Unit/AMDGPU/register-control.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// RUN: %hc %s -o %t.out -Xlinker -dump-llvm -Xlinker -dump-dir=%T
// RUN: %llvm-dis %T/dump*.opt.bc
// RUN: cat %T/dump*.opt.ll| %FileCheck %s
// RUN: %hc %s -o %t.out -Xlinker -dump-llvm -Xlinker -dump-dir=%T --amdgpu-target=gfx803
// RUN: %llvm-dis %T/dump-gfx803.opt.bc -f -o - | %FileCheck %s
// RUN: %t.out

#include <hc.hpp>
Expand Down
5 changes: 2 additions & 3 deletions tests/Unit/Codegen/indirect-func-arg.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Make a unique directory to save the dumped IR.
// RUN: mkdir -p %T/indirect-func-arg
// RUN: %hc %s -o %t.out -Xlinker -dump-llvm -Xlinker -dump-dir=%T/indirect-func-arg
// RUN: %llvm-dis %T/indirect-func-arg/dump*.opt.bc
// RUN: cat %T/indirect-func-arg/dump*.opt.ll| %FileCheck %s
// RUN: %hc %s -o %t.out -Xlinker -dump-llvm -Xlinker -dump-dir=%T/indirect-func-arg --amdgpu-target=gfx803
// RUN: %llvm-dis %T/indirect-func-arg/dump-gfx803.opt.bc -f -o - | %FileCheck %s
// RUN: %t.out

#include <hc.hpp>
Expand Down
5 changes: 2 additions & 3 deletions tests/Unit/GridLaunch/register-control.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// RUN: %hc -lhc_am %s -o %t.out -Xlinker -dump-llvm -Xlinker -dump-dir=%T
// RUN: %llvm-dis %T/dump*.opt.bc
// RUN: cat %T/dump*.opt.ll | %FileCheck %s
// RUN: %hc -lhc_am %s -o %t.out -Xlinker -dump-llvm -Xlinker -dump-dir=%T --amdgpu-target=gfx803
// RUN: %llvm-dis %T/dump-gfx803.opt.bc -f -o - | %FileCheck %s
// RUN: %t.out

#include "grid_launch.hpp"
Expand Down

0 comments on commit d338cd9

Please sign in to comment.