Displaying 8 results from an estimated 8 matches for "mainfile".
2015 Oct 28
4
RFC: Supporting macros in LLVM debug info
.... I would say that we should introduce a new specific flag, e.g. "-gmacro", that could be used with "-g".
[Example]
Here is an example that demonstrate the macro support from Source->AST->LLVM IR->DWARF.
Source
=========================================================
mainfile.c:
--------------------------------------------------------------------------------------
1. #define M1 Value1
2. #include "myfile.h"
3. #define M2( x , y) ( (x) + (y) * Value2)
--------------------------------------------------------------------------------------
myfile.h:
-------...
2015 Nov 03
3
RFC: Supporting macros in LLVM debug info
.... I would say that we should introduce a new specific flag, e.g. "-gmacro", that could be used with "-g".
[Example]
Here is an example that demonstrate the macro support from Source->AST->LLVM IR->DWARF.
Source
=========================================================
mainfile.c:
--------------------------------------------------------------------------------------
1. #define M1 Value1
2. #include "myfile.h"
3. #define M2( x , y) ( (x) + (y) * Value2)
--------------------------------------------------------------------------------------
myfile.h:
-------...
2015 Nov 03
2
RFC: Supporting macros in LLVM debug info
.... I would say that we should introduce a new specific flag, e.g. "-gmacro", that could be used with "-g".
[Example]
Here is an example that demonstrate the macro support from Source->AST->LLVM IR->DWARF.
Source
=========================================================
mainfile.c:
--------------------------------------------------------------------------------------
1. #define M1 Value1
2. #include "myfile.h"
3. #define M2( x , y) ( (x) + (y) * Value2)
--------------------------------------------------------------------------------------
myfile.h:
-------...
2015 Nov 05
2
RFC: Supporting macros in LLVM debug info
.... I would say that we should introduce a new specific flag, e.g. "-gmacro", that could be used with "-g".
[Example]
Here is an example that demonstrate the macro support from Source->AST->LLVM IR->DWARF.
Source
=========================================================
mainfile.c:
--------------------------------------------------------------------------------------
1. #define M1 Value1
2. #include "myfile.h"
3. #define M2( x , y) ( (x) + (y) * Value2)
--------------------------------------------------------------------------------------
myfile.h:
-------...
2015 Nov 13
2
RFC: Supporting macros in LLVM debug info
...uot;, that could be used with
> "-g".
>
>
>
> *[Example]*
>
> Here is an example that demonstrate the macro support from
> Source->AST->LLVM IR->DWARF.
>
>
>
> Source
>
> =========================================================
>
> mainfile.c:
>
>
> --------------------------------------------------------------------------------------
>
> 1. #define M1 Value1
>
> 2. #include "myfile.h"
>
> 3. #define M2( x , y) ( (x) + (y) * Value2)
>
>
> ---------------------------------------------...
2015 Nov 04
2
RFC: Supporting macros in LLVM debug info
...>>
>>
>> *[Example]*
>>
>> Here is an example that demonstrate the macro support from
>> Source->AST->LLVM IR->DWARF.
>>
>>
>>
>> Source
>>
>> =========================================================
>>
>> mainfile.c:
>>
>>
>> --------------------------------------------------------------------------------------
>>
>> 1. #define M1 Value1
>>
>> 2. #include "myfile.h"
>>
>> 3. #define M2( x , y) ( (x) + (y) * Value2)
>>
>>
>&g...
2015 Nov 13
2
[cfe-dev] RFC: Supporting macros in LLVM debug info
...gt;>
>>> Here is an example that demonstrate the macro support from
>>> Source->AST->LLVM IR->DWARF.
>>>
>>>
>>>
>>> Source
>>>
>>> =========================================================
>>>
>>> mainfile.c:
>>>
>>>
>>> --------------------------------------------------------------------------------------
>>>
>>> 1. #define M1 Value1
>>>
>>> 2. #include "myfile.h"
>>>
>>> 3. #define M2( x , y) ( (x) + (y)...
2010 Apr 13
2
.Fortran interface error
...it as:
>system(paste(bindirp,"runhydro",sep="/"))
everything is OK, while compilation as a dynamic library and access to the
F95 "big" module through the simple R-F95 interface:
>res <- .Fortran("runhydro",
runfile = as.character(mainfile[1]),
charsfile = nchar(mainfile[1]),
PACKAGE = "hydroarid"
)
is what is giving the error (I could handle you the package)
Thanks and best regards,
Javier
---