mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00

Summary: The problem is the default LoadExternal with no completer, which happens when loading global results. Reviewers: ilya-biryukov, nik Subscribers: arphaman, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64864 llvm-svn: 366409
8 lines
120 B
C
8 lines
120 B
C
#ifndef COMPLETE_MACROS_H_GUARD
|
|
#define COMPLETE_MACROS_H_GUARD
|
|
|
|
void in_header(int);
|
|
#define MACRO_IN_HEADER 1
|
|
|
|
#endif
|