[HIPIFY][fix][#204] Suppress warning message: #pragma once in main file

Tento commit je obsažen v:
Evgeny Mankov
2019-04-24 20:35:52 +03:00
rodič 45c7535b1f
revize df9418c3cd
3 změnil soubory, kde provedl 13 přidání a 0 odebrání
+8
Zobrazit soubor
@@ -110,4 +110,12 @@ std::error_code real_path(const Twine &path, SmallVectorImpl<char> &output,
#endif
}
bool pragma_once_outside_header() {
#if LLVM_VERSION_MAJOR < 4
return false;
#else
return true;
#endif
}
} // namespace llcompat