mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32.
Source code was assuming that llvm-config.h would be included somehow but up to r247253 that added #include "llvm/Support/Compiler.h" to StringRef.h the config file was not actually included. The inclusion of llvm-config.h caused a change of behaviour in tools/clang/test/Frontend/source-col-map.c: previously it would output the original UTF-8 but now it outputs <U+03B1>. llvm-svn: 247409
This commit is contained in:
parent
1d015033cc
commit
f5ea450f9d
@ -1,3 +1,4 @@
|
|||||||
|
#include "llvm/Config/llvm-config.h"
|
||||||
#include "llvm/Support/Locale.h"
|
#include "llvm/Support/Locale.h"
|
||||||
#include "llvm/Support/Unicode.h"
|
#include "llvm/Support/Unicode.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user