Details
-
Type:
Bug
-
Status: Open
-
Priority:
Medium
-
Resolution: Unresolved
-
Component/s: Compiler
-
Labels:
-
Radar URL:
Description
I compile a simple swift program:
// main.swift print("hello world")
using the following command
swiftc -save-temps main.swift
I expect to see some artefacts (.bc, .ll. .o, whatever else is being produced) around, but I see only executable:
> ls -a . .. main main.swift