mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 21:26:59 +08:00
a6f8ca8c5f62a79d319a00a4cb4b8bee6ddebc84
Use llvm::sys::fs::make_absolute to get an absolute path before matching. Also, allow "." directories to enable testing. ".." is still not supported, and will require crossing file system boundaries to implement correctly. llvm-svn: 202903
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%