Skip to content

tests: Allow GResource external data tests to use llvm-objcopy

Philip Withnall requested to merge pwithnall/glib:2423-llvm-objcopy into main

Relax the requirement for the test to only be compiled/run under gcc, since a version of LLVM was released which supports --add-symbol.

objcopy should be overrideable to be llvm-objcopy by using a machine file as per https://mesonbuild.com/Machine-files.html#binaries.

Suggested and tested by Grigory Vasilyev.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Fixes: #2423 (closed)

Closes #2423 (closed)

Edited by Philip Withnall

Merge request reports