mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Added bitcode emission, additional logging
This commit is contained in:
parent
1e8c633a36
commit
43b69023f6
14 changed files with 74 additions and 31 deletions
|
@ -158,10 +158,6 @@ namespace IDE.Compiler
|
|||
|
||||
public void SetSource(String data, String fileName)
|
||||
{
|
||||
if (fileName.Contains("main4.cs"))
|
||||
{
|
||||
}
|
||||
|
||||
Debug.Assert(!mIsUsed);
|
||||
mIsUsed = true;
|
||||
BfParser_SetSource(mNativeBfParser, data, (int32)data.Length, fileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue