Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 1260:3d6a908a34e9

Show
Ignore:
Timestamp:
04/24/09 10:47:42 (3 years ago)
Author:
Frits van Bommel <fvbommel wxs.nl>
branch:
default
Message:

Add #include "gen/llvm-version.h" to files that use the macro it defines...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gen/abi-x86-64.cpp

    r1134 r1260  
    4444#include "gen/abi.h" 
    4545#include "gen/abi-x86-64.h" 
     46//#include "gen/llvm-version.h"         // only use is commented out. 
    4647#include "ir/irfunction.h" 
    4748 
     
    402403        DRegCount state(2, 2, 2); 
    403404    #if 1 //LLVM_REV < 67588 
     405        // (If uncommenting the LLVM_REV line above, also uncomment llvm-version #include 
     406         
    404407        // LLVM before trunk r67588 doesn't allow a second int to be an i1 or 
    405408        // i8. (See <http://llvm.org/PR3861>) 
  • gen/main.cpp

    r1199 r1260  
    3737#include "gen/irstate.h" 
    3838#include "gen/toobj.h" 
     39#include "gen/llvm-version.h" 
    3940 
    4041#include "gen/cl_options.h" 
Copyright © 2008, LDC Development Team.