OSDN Git Service

android: Rename {Attributes,Intrinsics}.gen to {Attributes,Intrinsics}.inc
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 9 Jun 2018 15:27:33 +0000 (17:27 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 10 Jun 2018 20:50:48 +0000 (22:50 +0200)
commit7ea2d51b20e6ad95c4e4fbd67e7c074286315e3e
tree77256426372a238e74280812be46442de4bee0ea
parent5edccb31235728639bbcd655704b1e7a98d37d5b
android: Rename {Attributes,Intrinsics}.gen to {Attributes,Intrinsics}.inc

Fix the following building errors:

In file included from external/llvm/lib/Linker/LinkModules.cpp:21:
In file included from external/llvm/include/llvm/IR/Module.h:23:
external/llvm/include/llvm/IR/Attributes.h:74:14: fatal error: 'llvm/IR/Attributes.inc' file not found
    #include "llvm/IR/Attributes.inc"
             ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
...
In file included from external/llvm/lib/Linker/IRMover.cpp:19:
external/llvm/include/llvm/IR/Intrinsics.h:42:10: fatal error: 'llvm/IR/Intrinsics.inc' file not found
         ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Reference:
ea0775ec4a ("Rename Attributes.gen, Intrinsics.gen to Attributes.inc, Intrinsics.inc")
llvm-gen-attributes.mk
llvm-gen-intrinsics.mk