mirror of
https://github.com/ARMSX2/ARMSX3.git
synced 2026-08-24 16:58:52 -07:00
Misc: Force define LLVM for IntelliSense
This commit is contained in:
@@ -22,3 +22,7 @@
|
||||
#include <unordered_map> // IWYU pragma: export
|
||||
#include <algorithm> // IWYU pragma: export
|
||||
#include <string_view> // IWYU pragma: export
|
||||
|
||||
#if defined(__INTELLISENSE__) && !defined(LLVM_AVAILABLE)
|
||||
#define LLVM_AVAILABLE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user