From ca1f93a916ce6b984cba402c8d3710988f2b618f Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Mon, 27 Mar 2023 13:57:42 -0400 Subject: Using SourceMap for location output (#2736) * #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 --- build/visual-studio/compiler-core/compiler-core.vcxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/visual-studio/compiler-core/compiler-core.vcxproj') diff --git a/build/visual-studio/compiler-core/compiler-core.vcxproj b/build/visual-studio/compiler-core/compiler-core.vcxproj index 4dfbdd085..5aad57b06 100644 --- a/build/visual-studio/compiler-core/compiler-core.vcxproj +++ b/build/visual-studio/compiler-core/compiler-core.vcxproj @@ -295,6 +295,7 @@ + @@ -340,6 +341,7 @@ + -- cgit v1.2.3