Commit e67454f
authored
[GPU][AMD] Fix lldb hipcc tests to link using libstdc++ (#69)
This commit changes the test Makefile.rules to force linking with
libstdc++ when building with hipcc.
An upstream [change](llvm#164462)
modified the test link commands to add -nostdlib++ to avoid linking both the
internal llvm c++ library and the external system c++ standard library.
This was causing linking failures when building with hipcc because it
expects to use the system libstdc++ library.1 parent 068e826 commit e67454f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
0 commit comments