Skip to content

Commit

Permalink
Merge pull request #408 from RadeonOpenCompute/feature_remove_bsymbol…
Browse files Browse the repository at this point in the history
…ic_requirement_v2

Remove Bsymbolic
  • Loading branch information
scchan authored Sep 21, 2017
2 parents 6138184 + 82b836e commit 79b80d0
Show file tree
Hide file tree
Showing 30 changed files with 5,667 additions and 125 deletions.
2 changes: 1 addition & 1 deletion benchmarks/benchEmptyKernel/nullkernel.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %hc --amdgpu-target=gfx801 --amdgpu-target=gfx802 --amdgpu-target=gfx803 -fPIC -Wl,-Bsymbolic -shared %S/nullkernel.cpp -o %T/nullkernel
// RUN: %hc --amdgpu-target=gfx801 --amdgpu-target=gfx802 --amdgpu-target=gfx803 -fPIC -shared %S/nullkernel.cpp -o %T/nullkernel
// RUN: HCC_HOME=%llvm_libs_dir/../../ %extractkernel -i %T/nullkernel

#include "hc.hpp"
Expand Down
749 changes: 749 additions & 0 deletions hc2/external/elfio/elf_types.hpp

Large diffs are not rendered by default.

Loading

0 comments on commit 79b80d0

Please sign in to comment.