Search
Open Build Service
>
Projects
>
home:stella
:
Lain_Fuduntu
>
llvm37
> llvm-Config-config.h
Sign Up
|
Log In
Username
Password
Cancel
File not found: _service
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File llvm-Config-config.h of Package llvm37
#include <bits/wordsize.h> #if __WORDSIZE == 32 #include "config-32.h" #elif __WORDSIZE == 64 #include "config-64.h" #else #error "Unknown word size" #endif