diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-06-07 20:00:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-06-07 20:00:19 +0000 |
commit | 54cb2d853318496b9412bca7a1ed542934a0a509 (patch) | |
tree | 5b59473249a7cfb30967e3dfd93bfa2290fe151e /llvm/lib/VMCore/IntrinsicInst.cpp | |
parent | 5fc4f3328fd33bdfe89c4faf7e999518c80a8108 (diff) | |
download | bcm5719-llvm-54cb2d853318496b9412bca7a1ed542934a0a509.tar.gz bcm5719-llvm-54cb2d853318496b9412bca7a1ed542934a0a509.zip |
For PR780:
Break the "IncludeFile" mechanism into its own header file and adjust other
files accordingly. Use this facility for the IntrinsicInst problem which
was the subject of PR800.
More to follow on this.
llvm-svn: 28709
Diffstat (limited to 'llvm/lib/VMCore/IntrinsicInst.cpp')
-rw-r--r-- | llvm/lib/VMCore/IntrinsicInst.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/IntrinsicInst.cpp b/llvm/lib/VMCore/IntrinsicInst.cpp index 2c2c5a96edf..b4395e1cd32 100644 --- a/llvm/lib/VMCore/IntrinsicInst.cpp +++ b/llvm/lib/VMCore/IntrinsicInst.cpp @@ -71,3 +71,7 @@ std::string DbgStopPointInst::getDirectory() const { } //===----------------------------------------------------------------------===// +/// LinkIntrinsicInstStub -- This is a hack to make sure that programs that +/// #include IntrinsicInst.h also link this file. See Support/IncludeFile.h +/// for further details. +char llvm::LinkIntrinsicInstStub; |