Fix -Wl,--exclude-libs for clang runtime libraries
THe sanitize code was assuming that the names of the clang runtime library modules were the same as their static library output files, but that's not true after I39e2cf8ae14edf8510276dab38011afaef85822c. Use the dependency to get the name of the library to pass to -Wl,--exclude-libs. Bug: 235624976 Test: TestUbsan Change-Id: If6ca7838800c76f90105fb02d39e8a68cec96314
Loading
Please register or sign in to comment