Commit 1cb8314
authored
[lldb][test] Remove objcopy detection from API tests' CMakeLists.txt (llvm#111977)
This commit essentially reverts https://reviews.llvm.org/D30453.
In llvm#109961, objcopy util search code was added to dotest.py. dotest.py
should use llvm-X by default if no path to a utility X is provided
externally.
However, it doesn't work out for llvm-objcopy, since objcopy path is
always overridden with the lines being removed here. It causes a problem
with cross-platform testing when objcopy used by cmake doesn't support
targets/executable file formats other than native.
I suppose these lines are unnecessary after llvm#109961, so they can be
safely removed.1 parent 637e81f commit 1cb8314
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | 99 | | |
108 | 100 | | |
109 | 101 | | |
| |||
0 commit comments