summaryrefslogtreecommitdiff
path: root/tests/serialization/obfuscated-check-loc.slang.expected
AgeCommit message (Collapse)Author
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * WIP using SourceMap with SourceManager. * Add a test to check obfuscation map is working. --------- Co-authored-by: Yong He <yonghe@outlook.com>