SYCLomatic
SYCLomatic copied to clipboard
[SYCLomatic][draft] Fix bug that in JSON CompilationDatabase parser on Windows that double quoted char is not kept on Windows platform
For example, -DNAMD="3.0b3" should be parsed out from the command line nvcc test.cu -DNAMD="3.0b3" instead of -DNAMD=3.0b3 on Windows platform
Signed-off-by: chenwei.sun [email protected]