You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: Fix extraction of TableGen lib from LLVM libs
The previous regex only happened to work because the TableGen lib
apparently used to be the first one. The new WindowsManifest lib is the
new first lib for LLVM 6.0.
The previous regex also didn't work on Windows/MSVC as the
LLVM_LIBRARIES entry doesn't start with `-`; it looks like
`C:\...\LLVMTableGen.lib`.
0 commit comments