unified-memory-framework icon indicating copy to clipboard operation
unified-memory-framework copied to clipboard

Add a CI job that uses LLVM linker (ld.lld) instead of GNU linker (ld)

Open bratpiorka opened this issue 1 year ago • 1 comments

Add a CI job that uses LLVM linker (ld.lld) instead of GNU linker (ld). It can be enabled with "-fuse-ld=lld" clang option.

related to #646

bratpiorka avatar Jul 30 '24 08:07 bratpiorka

also make sure that it can detect issues with our map/def files.

pbalcer avatar Jul 30 '24 08:07 pbalcer