This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// RUN: %empty-directory(%t) | |
// RUN: split-file %s %t | |
// RUN: cp %t/Inputs/header.h %t/Inputs2/header.h | |
// RUN: %target-swift-frontend %t/test.swift -I %t/Inputs -enable-experimental-cxx-interop -disable-availability-checking -emit-module -module-name SwiftMod -o %t | |
// RUN: %target-swift-frontend %t/test2.swift -I %t/Inputs2 -enable-experimental-cxx-interop -disable-availability-checking -emit-ir -I %t -Xcc -fmodule-map-file=%t/Inputs2/module.modulemap | |
//--- Inputs/module.modulemap | |
module CxxModule { | |
header "header.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Flang" - a frontend for the Fortran programming language, a 2013 Google summer of code(GSoC) proposal for the LLVM project. | |
Personal Details: | |
Name: Aleksei(Alex) Lorenz. | |
University: National university of Ireland, Galway | |
Course/Program: Bachelors in Computer Science and Information Technology | |
Contact email: [email protected] | |
Contact phone number: (+353) 870544409 |