mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
- Fighting with linking problem due to removing the ::ID elements. Now the
implementation .cpp files for analyses are not being included into gccas and friends because it is linking to the .a file and there is no explicit symbol reference to bring in the .o file. The new IncludeFile hack is the result. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3436 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0383cc4455
commit
f20816bc78
@ -16,6 +16,9 @@
|
||||
#include <sys/unistd.h>
|
||||
#include <set>
|
||||
|
||||
// IncludeFile - Stub function used to help linking out.
|
||||
IncludeFile::IncludeFile(void*) {}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// AnalysisID Class Implementation
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user